home *** CD-ROM | disk | FTP | other *** search
/ Business Heaven / Business Heaven.iso / accnting / cpa_mgr / install4.bat < prev    next >
DOS Batch File  |  1993-02-18  |  1KB  |  68 lines

  1. ECHO OFF
  2. IF %1==F GOTO FLOPINS
  3. IF %1==H GOTO HARDINS1
  4. CLS
  5. :HARDINS1
  6. CLS
  7. echo  
  8. ECHO  This procedure will finish installing all files onto 
  9. ECHO  your hard disk, drive %2. 
  10. echo  
  11. %2:
  12. CD \
  13. CD CPA.ACS
  14. COPY %3CPA-C50.EXE >TMP
  15. CPA-C50
  16. DEL CPA-C50.EXE
  17. COPY GO-%2.BAT GO.BAT
  18. COPY %3YESNO.COM >TMP
  19. COPY %3ECOH.COM >TMP
  20. CLS
  21. echo  
  22. ECOH ══════════    Tutorial for program    ══════════
  23. echo  
  24. ECHO  PROGRAM.DOC is the tutorial.
  25. ECHO  Would you like to print it out now?
  26. echo  
  27. :YESNO
  28. YESNO
  29. CLS
  30. IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 GOTO YESNEXT
  31. IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 GOTO YES1
  32. GOTO YESNO
  33. :YESNEXT
  34. CLS
  35. ECHO Please make sure your printer is now turned on and set
  36. ECHO to the 'top of form'. Then press any key to continue.
  37. echo  
  38. PAUSE
  39. CLS
  40. echo  
  41. echo  
  42. ECOH ══════════ Now printing tutorial ══════════
  43. COPY PROGRAM.DOC LPT1: >TMP
  44. CLS
  45. GOTO YES1
  46. :YES1
  47. CLS
  48. echo  
  49. echo  
  50. echo  
  51. ECOH ══════════ Free memory available for program ══════════
  52. echo  
  53. ECHO The program must have 500 kb free memory. Observe the next 
  54. ECHO 'bytes are free.' message below.  If below 500k, then
  55. ECHO enter a 'CONTROL-C' now to stop and remove any memory resident
  56. ECHO programs.  Otherwise enter any other key to continue.
  57. echo  
  58. echo  
  59. MEMORY
  60. echo  
  61. echo  
  62. PAUSE
  63. CLS
  64. GO
  65. GOTO END
  66. :END
  67. echo  
  68.